C++Builder Developer's Guide
Chapter 16 - Using a BCB DLL within Visual C++
Paul Gustavson, 2002
---------------------------------------------------------------------------


There are two projects in this folder:

MyBCBDll.bpr - C++Builder project that creates a DLL containing an AboutBox.
MyVCProg.dsw - Visual C++ project that creates an app that uses the BCB DLL

The dlls and Executable are accessible within the Debug folder


========================================================================
       WIN32 APPLICATION : MyVCProg
========================================================================


Microsoft Visuall C++ AppWizard created this MyVCProg application initially.  

This file contains a summary of what you will find in each of the files that
make up your MyVCProg application.

MyVCProg.cpp
    This is the main application source file.

MyVCProg.dsp
    This file (the project file) contains information at the project level and
    is used to build a single project or subproject. Other users can share the
    project (.dsp) file, but they should export the makefiles locally.
	
MyBCBDll_COFF.lib
    This file contains the library information for the Borland DLL
/////////////////////////////////////////////////////////////////////////////
AppWizard has created the following resources:

MyVCProg.rc
    This is a listing of all of the Microsoft Windows resources that the
    program uses.  It includes the icons, bitmaps, and cursors that are stored
    in the RES subdirectory.  This file can be directly edited in Microsoft
	Visual C++.

res\MyVCProg.ico
    This is an icon file, which is used as the application's icon (32x32).
    This icon is included by the main resource file MyVCProg.rc.

small.ico
    %%This is an icon file, which contains a smaller version (16x16)
	of the application's icon. This icon is included by the main resource
	file MyVCProg.rc.

/////////////////////////////////////////////////////////////////////////////
Other standard files:

StdAfx.h, StdAfx.cpp
    These files are used to build a precompiled header (PCH) file
    named MyVCProg.pch and a precompiled types file named StdAfx.obj.

Resource.h
    This is the standard header file, which defines new resource IDs.
    Microsoft Visual C++ reads and updates this file.

mybcbdll.h
    This file contains the interface for the function contained in the Borland built DLL

/////////////////////////////////////////////////////////////////////////////
Other notes:

AppWizard uses "TODO:" to indicate parts of the source code you
should add to or customize.


/////////////////////////////////////////////////////////////////////////////
